home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2005 November / Game.EXE_11_2005_DVD.iso / Flash Games / Robo Farmer / robofarmer.swf / scripts / frame_287 / DoAction.as
Encoding:
Text File  |  2005-09-23  |  334 b   |  15 lines

  1. _root.keyposition = 1;
  2. stopAllSounds();
  3. if(_root.allliveslost == true)
  4. {
  5.    _root.sndgorebastard_sdmr.start(0,1000);
  6.    _root.sndgorebastard_sdmr.setVolume(50);
  7.    gotoAndStop("Death Frame");
  8. }
  9. if(_root.musicoff == false)
  10. {
  11.    _root.sndgorebastard_btm.start(0,1000);
  12.    _root.sndgorebastard_btm.setVolume(50);
  13. }
  14. stop();
  15.